home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / bigmenu7.zip / README.BAT < prev    next >
DOS Batch File  |  1993-01-25  |  148b  |  10 lines

  1. echo off
  2. cls
  3. if not exist menu.exe goto message
  4. menu readme
  5. goto end
  6. :message
  7. echo Unable to find MENU.EXE in the current directory.
  8. :end
  9.  
  10.